R data.table tutorial

data.table is an advanced alternative to R's default data.frame. It offers enhanced time performance and additional capabilities that are useful in data processing tasks.

Download this R Markdown script file, open it in the RStudio IDE, and "Knit PDF" it to understand the notable features of data.table.